xfi:p-equal

xs:boolean=xfi:p-equal( $left as element()+, $right as element()+)

Last updated on 06-03-2008 at 22:40:00.

Returns true if two nodes (each an item or tuple) are children of the identical parent.

XBRL 2.1 Section 4.10

OIM Status

Unsupported

Parameters

Name Type Details
left element()+ The first item or tuple.
right element()+ The second item or tuple.

Output

Type: xs:boolean

Returns true if two sequences have items and tuples are each children of the identical parent as the corresponding item or tuple of the other sequence.

Errors

Code Details
xfie:ElementIsNotXbrlConcept A dynamic error must be raised if any input element is not derived from xbrli:item or xbrli:tuple.

Conformance suite

80213 xfi.p-equal testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 06-03-2008 at 22:40:00

Revisions

Name On Details
Herm Fischer 06-03-2008 at 22:40:00 Defined the function
Herm Fischer 15-04-2008 at 14:00:00 Updated to take sequence of items/tuples for compatibility with other similar functions, and to raise exception if argument is neither item or tuple.